home *** CD-ROM | disk | FTP | other *** search
/ Workplace Effectiveness:…ecision-Making Strategies / Workplace Effectiveness: Decision-Making Strategies.iso / pc / Alliance.dxr / 00001_Alliance startmovie script.ls next >
Encoding:
Text File  |  1998-12-04  |  272 b   |  11 lines

  1. global gMachineData, gMasterData
  2.  
  3. on prepareMovie
  4.   cursor(200)
  5.   set gMachineData to new(script "Machine data")
  6.   getMachineDAta(gMachineData)
  7.   setMachine(gMachineData)
  8.   set gMasterData to new(script "Alliance parent")
  9.   add(the searchPath, the pathName & "Files")
  10. end
  11.